/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}



.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../../../DefaultClean/Content/images/close.png') center no-repeat;
        cursor: pointer;
    }



/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}

    .container:before,
    .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 744px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 964px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1164px;
    }
}

.container-fluid, .wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}

    .container-fluid:before,
    .wrapper:before,
    .container-fluid:after, .wrapper:after {
        content: " ";
        display: table;
    }

    .container-fluid:after, .wrapper:after {
        clear: both;
    }

.row, .tablike ul, .tablike.butik ul, .lightbox-gift-package .buttons, .lightbox-confirm .buttons, .my-orders .item .text {
    margin-left: -12px;
    margin-right: -12px;
}

    .row:before, .tablike ul:before, .tablike.butik ul:before, .lightbox-gift-package .buttons:before, .lightbox-confirm .buttons:before, .my-orders .item .text:before, .row:after, .tablike ul:after, .tablike.butik ul:after, .lightbox-gift-package .buttons:after, .lightbox-confirm .buttons:after, .my-orders .item .text:after {
        content: " ";
        display: table;
    }

    .row:after, .tablike ul:after, .tablike.butik ul:after, .lightbox-gift-package .buttons:after, .lightbox-confirm .buttons:after, .my-orders .item .text:after {
        clear: both;
    }

    .col-xs-1, .hamburger-menu, .contact .dealers .list .item .detail, .col-sm-1, .col-md-1, .results-count, .col-lg-1, .col-xs-2, .icon-links .item a .icon-ok, .icon-links .item a .basket-items .gift-package .icon, .basket-items .gift-package .icon-links .item a .icon, .col-sm-2, .product-details .action .cta, .basket-items .item .quantity, .order-detail .order-info .date,
    .order-detail .order-info .price,
    .order-detail .order-info .info, .col-md-2, .tablike ul li, .product-thumbs.six-pack .product-thumb, .basket-items .item .quantity, .col-lg-2, .my-account .icon-links .item, .contact .dealers .filter .location, .col-xs-3, .icon-links .item a .icon, .col-sm-3, .product-thumbs.four-pack .product-thumb, .my-orders .item .text .price, .col-md-3, .product-thumbs.four-pack .product-thumb, .faq .item, .basket-items .gift-package-alternate, .col-lg-3, .contact .dealers .filter .select, .basket-items .item .status, .my-basket .contact .dealers h3, .col-xs-4, .basket-items .item .quantity, .col-sm-4, .tablike ul li, .tablike.butik ul li, .product-thumbs.six-pack .product-thumb, .user-sign-up .form .form-row, .user-guest .form .form-row, .user-info .section .form .form-row, .user-info .section .submit .button,
    .user-info .section .buttons .button, .product-details .specs .select-container, .product-details .action .quantity, .contact .dealers .filter .select, .contact .dealers .filter .location, .basket-items .item .select, .basket-items .item .select-text, .my-orders .item .text .status, .shipping .section.shipping-address .new-address, .col-md-4, .user-sign-in .submit .button,
    .user-sign-in .buttons .button, .user-sign-up .submit .button, .user-sign-up .buttons .button, .user-guest .submit .button,
    .user-guest .buttons .button, .col-lg-4, .basket-items .item .select-text, .my-basket .contact .dealers .filter .location, .shipping .section .inner .form .form-row, .col-xs-5, .col-sm-5, .my-orders .item .text .date, .col-md-5, header h4, .basket-items .item .status, .basket-items .address, .col-lg-5, .carousel.butik-carousel .model .summ, .basket-items .item .select, .my-basket .contact .dealers .filter .select, .col-xs-6, .product-thumbs.six-pack .product-thumb, .product-thumbs.four-pack .product-thumb, .shipping .section .inner .form .form-row .select, .col-sm-6, .user-sign-in .form .form-row, .user-sign-up .form .form-center .form-row, .product-details .images, .product-details .specs, .product-details .action .price, .lightbox-gift-package .buttons .button, .lightbox-confirm .buttons .button, .basket-items, .basket-items .item .detail, .basket-items .item .status, .shipping .section .inner .form .form-row, .col-md-6, .landing .box, .carousel.butik-carousel .model .summ, .user-sign-in .buttons-content .button, .my-orders .item, .col-lg-6, .user-sign-in .form, .my-basket .contact .dealers .filter, .col-xs-7, .icon-links .item a h4, .col-sm-7, .carousel.butik-carousel .model .summ, footer.site .footer-nav, .col-md-7, header nav.main-nav, footer.site .footer-nav, .basket-items .item .detail, .col-lg-7, .basket-items .item .detail, .col-xs-8, .basket-items .item .select, .basket-items .item .select-text, .basket-items .item .status, .col-sm-8, .user-sign-up .form .form-center, .shipping .section.shipping-address h3, .col-md-8, .contact .text, .basket-items .address-alternate, .col-lg-8, .user-guest .form, .user-guest .submit,
    .user-guest .buttons, .basket-items .item .remove, .basket-items .gift-package, .order-detail h3, .shipping .section .inner, .col-xs-9, .contact .dealers .list .item .title, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .filters, .user-sign-in .form, .user-guest .form, .user-guest .submit,
    .user-guest .buttons, .user-info .section .form, .user-info .section .submit,
    .user-info .section .buttons, .user-info .section.address .item .inner, .col-lg-10, .user-sign-in .submit,
    .user-sign-in .buttons, .user-sign-up .form, .user-sign-up .submit, .user-sign-up .buttons, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .tablike ul li, .tablike.butik ul li, .product-details nav, .icon-links .item a, .col-sm-12, .user-sign-up .form-row.alternate, footer.site .footer-nav, .icon-links .item a .icon, .icon-links .item a h4, .icon-links .item a .icon-ok, .shipping .section .inner .form .form-row.alternate, .col-md-12, .shipping .section .inner .form .form-row.alternate, .col-lg-12, .my-account .icon-links, .shipping .section .inner .form .form-row.alternate {
        position: relative;
        min-height: 1px;
        padding-left: 12px;
        padding-right: 12px;
    }


        .col-xs-1, .hamburger-menu, .contact .dealers .list .item .detail, .col-xs-2, .icon-links .item a .icon-ok, .icon-links .item a .basket-items .gift-package .icon, .basket-items .gift-package .icon-links .item a .icon, .col-xs-3, .icon-links .item a .icon, .col-xs-4, .basket-items .item .quantity, .col-xs-5, .col-xs-6, .product-thumbs.six-pack .product-thumb, .product-thumbs.four-pack .product-thumb, .shipping .section .inner .form .form-row .select, .col-xs-7, .icon-links .item a h4, .col-xs-8, .basket-items .item .select, .basket-items .item .select-text, .basket-items .item .status, .col-xs-9, .contact .dealers .list .item .title, .col-xs-10, .col-xs-11, .col-xs-12, .tablike ul li, .tablike.butik ul li, .product-details nav, .icon-links .item a {
            float: left;
        }

.col-xs-1, .hamburger-menu, .contact .dealers .list .item .detail {
    width: 8.33333%;
}

.col-xs-2, .icon-links .item a .icon-ok, .icon-links .item a .basket-items .gift-package .icon, .basket-items .gift-package .icon-links .item a .icon {
    width: 16.66667%;
}

.col-xs-3, .icon-links .item a .icon {
    width: 25%;
}

.col-xs-4, .basket-items .item .quantity {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6, .product-thumbs.six-pack .product-thumb, .product-thumbs.four-pack .product-thumb, .shipping .section .inner .form .form-row .select {
    width: 50%;
}

.col-xs-7, .icon-links .item a h4 {
    width: 58.33333%;
}

.col-xs-8, .basket-items .item .select, .basket-items .item .select-text, .basket-items .item .status {
    width: 66.66667%;
}

.col-xs-9, .contact .dealers .list .item .title {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12, .tablike ul li, .tablike.butik ul li, .product-details nav, .icon-links .item a {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4, .basket-items .item .quantity, .basket-items .item .select, .basket-items .item .select-text, .basket-items .item .status {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    #ph-topic {
        width: 700px;
    }

    .col-sm-1, .col-sm-2, .product-details .action .cta, .basket-items .item .quantity, .order-detail .order-info .date,
    .order-detail .order-info .price,
    .order-detail .order-info .info, .col-sm-3, .product-thumbs.four-pack .product-thumb, .my-orders .item .text .price, .col-sm-4, .tablike ul li, .tablike.butik ul li, .product-thumbs.six-pack .product-thumb, .user-sign-up .form .form-row, .user-guest .form .form-row, .user-info .section .form .form-row, .user-info .section .submit .button,
    .user-info .section .buttons .button, .product-details .specs .select-container, .product-details .action .quantity, .contact .dealers .filter .select, .contact .dealers .filter .location, .basket-items .item .select, .basket-items .item .select-text, .my-orders .item .text .status, .shipping .section.shipping-address .new-address, .col-sm-5, .my-orders .item .text .date, .col-sm-6, .user-sign-in .form .form-row, .user-sign-up .form .form-center .form-row, .product-details .images, .product-details .specs, .product-details .action .price, .lightbox-gift-package .buttons .button, .lightbox-confirm .buttons .button, .basket-items, .basket-items .item .detail, .basket-items .item .status, .shipping .section .inner .form .form-row, .col-sm-7, .carousel.butik-carousel .model .summ, footer.site .footer-nav, .col-sm-8, .user-sign-up .form .form-center, .shipping .section.shipping-address h3, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .user-sign-up .form-row.alternate, footer.site .footer-nav, .icon-links .item a .icon, .icon-links .item a h4, .icon-links .item a .icon-ok, .shipping .section .inner .form .form-row.alternate {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2, .product-details .action .cta, .basket-items .item .quantity, .order-detail .order-info .date,
    .order-detail .order-info .price,
    .order-detail .order-info .info {
        width: 16.66667%;
    }

    .col-sm-3, .product-thumbs.four-pack .product-thumb, .my-orders .item .text .price {
        width: 25%;
    }

    .col-sm-4, .tablike ul li, .product-thumbs.six-pack .product-thumb, .user-sign-up .form .form-row, .user-guest .form .form-row, .user-info .section .form .form-row, .user-info .section .submit .button,
    .user-info .section .buttons .button, .product-details .specs .select-container, .product-details .action .quantity, .contact .dealers .filter .select, .contact .dealers .filter .location, .basket-items .item .select, .basket-items .item .select-text, .my-orders .item .text .status, .shipping .section.shipping-address .new-address {
        width: 33.3333333333%;
    }

    .col-sm-5, .my-orders .item .text .date {
        width: 41.66667%;
    }

    .col-sm-6, .user-sign-in .form .form-row, .user-sign-up .form .form-center .form-row, .product-details .images, .product-details .specs, .product-details .action .price, .lightbox-gift-package .buttons .button, .lightbox-confirm .buttons .button, .basket-items, .basket-items .item .detail, .basket-items .item .status, .shipping .section .inner .form .form-row, .tablike.butik ul li {
        width: 50%;
    }

    .col-sm-7, .carousel.butik-carousel .model .summ, footer.site .footer-nav {
        width: 58.33333%;
    }

    .col-sm-8, .user-sign-up .form .form-center, .shipping .section.shipping-address h3 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12, .user-sign-up .form-row.alternate, footer.site .footer-nav, .icon-links .item a .icon, .icon-links .item a h4, .icon-links .item a .icon-ok, .shipping .section .inner .form .form-row.alternate {
        width: 100%;
    }


    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6, .lightbox-gift-package .buttons .button.cancel {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6, .lightbox-gift-package .buttons .button.submit {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0, .basket-items .item .select, .basket-items .item .select-text, .basket-items .item .status {
        margin-left: 0%;
    }

    .col-sm-offset-1, .carousel.butik-carousel .model .summ, .my-account .icon-links, .order-detail .order-info .date {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4, .user-info .section .submit .button,
    .user-info .section .buttons .button {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    #ph-topic {
        width: 700px;
    }

    .col-md-1, .results-count, .col-md-2, .tablike ul li, .product-thumbs.six-pack .product-thumb, .basket-items .item .quantity, .col-md-3, .product-thumbs.four-pack .product-thumb, .faq .item, .basket-items .gift-package-alternate, .col-md-4, .user-sign-in .submit .button,
    .user-sign-in .buttons .button, .user-sign-up .submit .button, .user-sign-up .buttons .button, .user-guest .submit .button,
    .user-guest .buttons .button, .col-md-5, header h4, .basket-items .item .status, .basket-items .address, .col-md-6, .landing .box, .carousel.butik-carousel .model .summ, .user-sign-in .buttons-content .button, .my-orders .item, .col-md-7, header nav.main-nav, footer.site .footer-nav, .basket-items .item .detail, .col-md-8, .contact .text, .basket-items .address-alternate, .col-md-9, .col-md-10, .filters, .user-sign-in .form, .user-guest .form, .user-guest .submit,
    .user-guest .buttons, .user-info .section .form, .user-info .section .submit,
    .user-info .section .buttons, .user-info .section.address .item .inner, .col-md-11, .col-md-12, .shipping .section .inner .form .form-row.alternate {
        float: left;
    }

    .col-md-1, .results-count {
        width: 8.33333%;
    }

    .col-md-2, .tablike ul li, .product-thumbs.six-pack .product-thumb, .basket-items .item .quantity {
        width: 20%;
    }

    .col-md-3, .product-thumbs.four-pack .product-thumb, .faq .item, .basket-items .gift-package-alternate {
        width: 25%;
    }

    .col-md-4, .user-sign-in .submit .button,
    .user-sign-in .buttons .button, .user-sign-up .submit .button, .user-sign-up .buttons .button, .user-guest .submit .button,
    .user-guest .buttons .button {
        width: 33.33333%;
    }

    .col-md-5, header h4, .basket-items .item .status, .basket-items .address {
        width: 41.66667%;
    }

    .col-md-6, .landing .box, .carousel.butik-carousel .model .summ, .user-sign-in .buttons-content .button {
        width: 50%;
    }

    .my-orders .item {
        width: 100%;
    }

    .col-md-7, header nav.main-nav, footer.site .footer-nav, .basket-items .item .detail {
        width: 58.33333%;
    }

    .col-md-8, .contact .text, .basket-items .address-alternate {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10, .filters, .user-sign-in .form, .user-guest .form, .user-guest .submit,
    .user-guest .buttons, .user-info .section .form, .user-info .section .submit,
    .user-info .section .buttons, .user-info .section.address .item .inner {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12, .shipping .section .inner .form .form-row.alternate {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1, .filters, .user-sign-in .form, .user-guest .form, .user-guest .submit,
    .user-guest .buttons, .user-info .section .form, .user-info .section .submit,
    .user-info .section .buttons, .user-info .section.address .item .inner {
        margin-left: 8.33333%;
    }

    .col-md-offset-2, .user-sign-up .buttons .button:first-child, .contact .text, .basket-items .gift-package-alternate, .basket-items .address-alternate {
        margin-left: 16.66667%;
    }

    .col-md-offset-3, .faq .item:nth-child(5) {
        margin-left: 25%;
    }

    .col-md-offset-4, .user-sign-in .submit .button, .user-sign-up .submit .button, .user-guest .submit .button,
    .user-guest .buttons .button {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}


@media (min-width: 1200px) {
    #ph-topic {
        width: 700px;
    }

    .col-lg-1, .col-lg-2, .my-account .icon-links .item, .contact .dealers .filter .location, .col-lg-3, .contact .dealers .filter .select, .basket-items .item .status, .my-basket .contact .dealers h3, .col-lg-4, .basket-items .item .select-text, .my-basket .contact .dealers .filter .location, .shipping .section .inner .form .form-row, .col-lg-5, .carousel.butik-carousel .model .summ, .basket-items .item .select, .my-basket .contact .dealers .filter .select, .col-lg-6, .user-sign-in .form, .my-basket .contact .dealers .filter, .col-lg-7, .basket-items .item .detail, .col-lg-8, .user-guest .form, .user-guest .submit,
    .user-guest .buttons, .basket-items .item .remove, .basket-items .gift-package, .order-detail h3, .shipping .section .inner, .col-lg-9, .col-lg-10, .user-sign-in .submit,
    .user-sign-in .buttons, .user-sign-up .form, .user-sign-up .submit, .user-sign-up .buttons, .col-lg-11, .col-lg-12, .my-account .icon-links, .shipping .section .inner .form .form-row.alternate {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2, .my-account .icon-links .item, .contact .dealers .filter .location {
        width: 16.6666666667%;
    }

    .col-lg-3, .contact .dealers .filter .select, .basket-items .item .status, .my-basket .contact .dealers h3 {
        width: 25%;
    }

    .col-lg-4, .basket-items .item .select-text, .my-basket .contact .dealers .filter .location, .shipping .section .inner .form .form-row {
        width: 33.33333%;
    }

    .carousel.butik-carousel .model .summ {
        width: 30%;
    }

    .col-lg-5, .basket-items .item .select, .my-basket .contact .dealers .filter .select {
        width: 41.66667%;
    }

    .col-lg-6, .user-sign-in .form, .my-account .icon-links, .my-basket .contact .dealers .filter {
        width: 50%;
    }

    .col-lg-7, .basket-items .item .detail {
        width: 58.33333%;
    }

    .col-lg-8, .user-guest .form, .user-guest .submit,
    .user-guest .buttons, .basket-items .item .remove, .basket-items .gift-package, .order-detail h3, .shipping .section .inner {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10, .user-sign-in .submit,
    .user-sign-in .buttons, .user-sign-up .form, .user-sign-up .submit, .user-sign-up .buttons {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12, .my-account .icon-links, .shipping .section .inner .form .form-row.alternate {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0, .my-basket .contact .dealers .filter .select:first-child {
        margin-left: 0%;
    }

    .col-lg-offset-1, .user-sign-in .submit,
    .user-sign-in .buttons, .user-sign-up .submit, .user-sign-up .buttons, .contact .dealers .list .item .title, .basket-items h3, .basket-items .item .detail, .basket-items .gift-package, .my-basket .contact .dealers h3, .order-detail h3, .shipping .section .inner {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2, .user-guest .form, .user-guest .submit,
    .user-guest .buttons {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3, .user-sign-in .form, .contact .dealers .filter .select:first-child, .basket-items .item .remove {
        margin-left: 25%;
    }

    .col-lg-offset-4, .basket-items .item .quantity {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .user-sign-in .dot.alternate, .user-sign-up .dot.alternate {
    display: none !important;
}

.visible-sm, .user-sign-in .dot.alternate, .user-sign-up .dot.alternate {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {

    .senin-audin-content p {
        padding: 10px 30px !important;
    }

    .sepetim-banner p {
        padding: 35px !important;
    }

    .sepetim-banner-close {
        right: 20px !important;
        top: 20px !important;
    }

    .visible-xs, .user-sign-in .dot.alternate, .user-sign-up .dot.alternate {
        display: block !important;
    }

    table.visible-xs, .user-sign-in table.dot.alternate, .user-sign-up table.dot.alternate {
        display: table;
    }

    tr.visible-xs, .user-sign-in tr.dot.alternate, .user-sign-up tr.dot.alternate {
        display: table-row !important;
    }

    th.visible-xs, .user-sign-in th.dot.alternate, .user-sign-up th.dot.alternate,
    td.visible-xs,
    .user-sign-in td.dot.alternate,
    .user-sign-up td.dot.alternate {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm, .user-sign-in .dot.alternate, .user-sign-up .dot.alternate {
        display: block !important;
    }

    table.visible-sm, .user-sign-in table.dot.alternate, .user-sign-up table.dot.alternate {
        display: table;
    }

    tr.visible-sm, .user-sign-in tr.dot.alternate, .user-sign-up tr.dot.alternate {
        display: table-row !important;
    }

    th.visible-sm, .user-sign-in th.dot.alternate, .user-sign-up th.dot.alternate,
    td.visible-sm,
    .user-sign-in td.dot.alternate,
    .user-sign-up td.dot.alternate {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs, .tablike p, .user-sign-up .dot, .basket-widget-container .basket-widget .continue,
    .basket-widget-container .basket-widget .edit {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, .carousel.butik-carousel .model .summ p, .carousel.butik-carousel .owl-controls, .user-sign-up .dot, .basket-widget-container .basket-widget .continue,
    .basket-widget-container .basket-widget .edit {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, .carousel.butik-carousel .model .summ p, .carousel.butik-carousel .owl-controls, .basket-widget-container .basket-widget .edit {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg, .carousel.butik-carousel .model .summ p, .carousel.butik-carousel .owl-controls {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: "AudiType-accermal";
    src: url("../fonts/AudiType-Normal.eot?#iefix");
    src: url("../fonts/AudiType-Normal.eot?#iefix") format("eot"), url("../fonts/AudiType-Normal.woff") format("woff"), url("../fonts/AudiType-Normal.ttf") format("truetype"), url("../fonts/AudiType-Normal.svg#AudiType-Normal") format("svg");
}

@font-face {
    font-family: "AudiType-ExtendedNormal";
    src: url("../fonts/AudiType-ExtendedNormal.eot?#iefix");
    src: url("../fonts/AudiType-ExtendedNormal.eot?#iefix") format("eot"), url("../fonts/AudiType-ExtendedNormal.woff") format("woff"), url("../fonts/AudiType-ExtendedNormal.ttf") format("truetype"), url("../fonts/AudiType-ExtendedNormal.svg#AudiType-ExtendedNormal") format("svg");
}

@font-face {
    font-family: "AudiType-Bold";
    src: url("../fonts/AudiType-Bold.eot?#iefix");
    src: url("../fonts/AudiType-Bold.eot?#iefix") format("eot"), url("../fonts/AudiType-Bold.woff") format("woff"), url("../fonts/AudiType-Bold.ttf") format("truetype"), url("../fonts/AudiType-Bold.svg#AudiType-Bold") format("svg");
}

@font-face {
    font-family: "AudiType-ExtendedBold";
    src: url("../fonts/AudiType-ExtendedBold.eot?#iefix");
    src: url("../fonts/AudiType-ExtendedBold.eot?#iefix") format("eot"), url("../fonts/AudiType-ExtendedBold.woff") format("woff"), url("../fonts/AudiType-ExtendedBold.ttf") format("truetype"), url("../fonts/AudiType-ExtendedBold.svg#AudiType-ExtendedBold") format("svg");
}

/* icomoon ikon font ikonlar */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?6b0a8w");
    src: url("../fonts/icomoon.eot?#iefix6b0a8w") format("embedded-opentype"), url("../fonts/icomoon.ttf?6b0a8w") format("truetype"), url("../fonts/icomoon.woff?6b0a8w") format("woff"), url("../fonts/icomoon.svg?6b0a8w#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], .user-info .section.address .item .inner .remove, .basket-items .item .remove span, .basket-items .gift-package .icon, .fancybox-close, [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arama:before {
    content: "\e600";
}

.icon-arti:before {
    content: "\e601";
}

.icon-bilgilerim:before {
    content: "\e602";
}

.icon-carpi:before, .user-info .section.address .item .inner .remove:before, .basket-items .item .remove span:before, .fancybox-close:before {
    content: "\e603";
}

.icon-eksi:before {
    content: "\e604";
}

.icon-facebook:before {
    content: "\e605";
}

.icon-favorilerim:before {
    content: "\e606";
}

.icon-instagram:before {
    content: "\e607";
}

.icon-konum:before {
    content: "\e608";
}

.icon-ok:before, .basket-items .gift-package .icon:before {
    content: "\e609";
}

.icon-pinterest:before {
    content: "\e60a";
}

.icon-siparislerim:before {
    content: "\e60b";
}

.icon-twitter:before {
    content: "\e60c";
}

.icon-youtube:before {
    content: "\e60d";
}

.icon-sifre:before {
    content: "\e912";
}

@font-face {
    font-family: 'icomoon-pass';
    src: url("../fonts/icomoon-pass.eot?2cw78l");
    src: url("../fonts/icomoon-pass.eot?2cw78l#iefix") format("embedded-opentype"), url("../fonts/icomoon-pass.ttf?2cw78l") format("truetype"), url("../fonts/icomoon-pass.woff?2cw78l") format("woff"), url("../fonts/icomoon-pass.svg?2cw78l#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-sifre {
    font-family: 'icomoon-pass';
}


.black {
    color: #000;
}

.white {
    color: #f6f8f8;
}

.grey {
    color: #c1c8d1;
}

.red {
    color: #ec1848;
}

.no-gutter, header h4, header .head-logo, header nav.main-nav {
    padding-right: 0;
    padding-left: 0;
}

.gutter {
    padding-right: 24px;
    padding-left: 24px;
}

.font-normal, p, body, .product-details .action .price span, footer.site .footer-nav a {
    font-family: "AudiType-Normal", sans-serif;
}

.font-extended-normal, .order-detail h3 span {
    font-family: "AudiType-ExtendedNormal", sans-serif;
}

.font-bold, a, .btn, input[type=text],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
textarea, .npt, .filters .search-key, .product-thumbs .product-thumb p, .user-sign-in .form .form-row .forgot-password, .empty-basket p, .user-guest p span, .user-guest .form .form-row .hint, .user-info .section.address .item .inner .detail h4, .pager, .product-details .specs .preferences, .product-details .specs .specs, .product-details .action .price p, .icon-links .item a h4, .contact .text p span, .contact .dealers .map-outer .map .marker, .faq .item .number span, .faq .item h4, .basket-items .item .detail .text h4, .basket-items .gift-package a, .basket-items .gift-package-alternate, .my-basket .free-shipping, .basket-widget-container .basket-widget .total, .basket-widget-container .basket-widget .quantity-text {
    font-family: "AudiType-Bold", sans-serif;
}

.font-extended-bold, h1,
h2,
h3,
h4,
h5,
h6, .not-found h2, header nav.main-nav {
    font-family: "AudiType-ExtendedBold", sans-serif;
}

::selection {
    color: #f6f8f8;
    background: #ec1848;
}

* {
    outline: 0 !important;
}

p {
    font-size: 1em;
    line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -1px;
}

h1, h2 {
    font-size: 3.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .75em;
}

a {
    color: #000;
    text-decoration: none;
    position: relative;
}

    a:hover {
        color: #000;
    }

    a.red {
        color: #ec1848;
    }

        a.red:after {
            background: #ec1848;
        }

        a.red:hover {
            color: #ec1848;
        }

    a.no-style:after {
        display: none;
    }

    a.next,
    a.prev {
        width: 48px;
        height: 48px;
        display: inline-block;
        border: solid 3px #000;
        text-align: center;
        line-height: 42px;
        font-family: icomoon;
        font-size: 18px;
        color: #000;
        overflow: hidden;
    }

        a.next:before,
        a.next:after,
        a.prev:before,
        a.prev:after {
            content: "\e609";
            width: 100%;
            height: 100%;
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        }

        a.next:after,
        a.prev:after {
            left: 100%;
            color: #f6f8f8;
        }

        a.next.red,
        a.prev.red {
            border-color: #ec1848;
            color: #ec1848;
        }

        a.next:hover:before,
        a.prev:hover:before {
            left: -100%;
        }

        a.next:hover:after,
        a.prev:hover:after {
            left: 0;
        }

        a.prev:before,
        a.prev:after {
            transform: rotate(180deg);
        }

        a.next:after {
            left: -100%;
        }

        a.next:hover:before {
            left: 100%;
        }

ul {
    margin: 0;
    padding: 0;
}

.btn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    overflow-y: hidden;
    border: solid 3px #000;
    text-align: center;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
}

    .btn input[type=button],
    .btn input[type=submit],
    .btn input[type=reset],
    .btn a {
        color: transparent;
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        padding: 11px 20px;
        border: 0;
        background: none transparent;
        z-index: 99;
    }

        .btn input[type=button]:after,
        .btn input[type=submit]:after,
        .btn input[type=reset]:after,
        .btn a:after {
            display: none;
        }

    .btn span.roll {
        display: block;
        position: absolute;
        width: 100%;
        padding: 11px 20px;
        top: 100%;
        left: 0;
        background: #000;
        color: #f6f8f8;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    }

        .btn span.roll:before,
        .btn span.roll:after {
            content: attr(data-value);
            width: 100%;
            height: 100%;
            padding: 11px 20px;
            left: 0;
            position: absolute;
            color: #000;
        }

        .btn span.roll:before {
            top: -100%;
        }

        .btn span.roll:after {
            top: 100%;
        }

    .btn.over span.roll {
        top: 0;
    }

    .btn.out span.roll {
        top: -100%;
    }

    .btn.red {
        border-color: #ec1848;
    }

        .btn.red span.roll {
            background: #ec1848;
            color: #f6f8f8;
        }

            .btn.red span.roll:before,
            .btn.red span.roll:after {
                color: #ec1848;
            }

    .btn.grey {
        border-color: #c1c8d1;
    }

        .btn.grey span.roll {
            background: #c1c8d1;
            color: #f6f8f8;
        }

            .btn.grey span.roll:before,
            .btn.grey span.roll:after {
                color: #95a1b0;
            }

    .btn.blue {
        border-color: #b8c6e3;
    }

        .btn.blue span.roll {
            background: #b8c6e3;
            color: #3a5795;
        }

            .btn.blue span.roll:before,
            .btn.blue span.roll:after {
                color: #2c4270;
            }

    .btn.white {
        border-color: #fff;
    }

        .btn.white span.roll {
            background: #fff;
            color: #000;
        }

            .btn.white span.roll:before,
            .btn.white span.roll:after {
                color: #fff;
            }

.g-container, .carousel.main-carousel, .tablike {
    padding: 10px 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
textarea {
    font-size: 17px;
    color: #000;
    padding: 10px 0;
    border: none;
    outline: none;
    background: none transparent;
}

textarea {
    height: 150px;
    resize: none;
}

.npt {
    font-size: 17px;
    border-bottom: solid 2px #c1c8d1;
    display: inline-block;
    position: relative;
    margin-top: 25px;
}

    .npt:before {
        content: attr(data-placeholder);
        position: absolute;
        top: 10px;
        left: 0;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    }

    .npt:after {
        content: "";
        position: absolute;
        z-index: 99;
        width: 0;
        height: 2px;
        background: #000;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        bottom: -1px;
        left: 0;
    }

    .npt.focus:before {
        top: -15px;
    }

    .npt.focus:after {
        width: 100%;
    }

    .npt.error {
        border-color: #ec1848;
        color: #ec1848;
    }

        .npt.error:after {
            background: #ec1848;
        }

    .npt.block {
        width: 100%;
        display: block;
    }

        .npt.block input,
        .npt.block textarea {
            width: 100%;
        }

ul li {
    list-style: none;
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

    .loader-overlay .audiloader {
        position: absolute;
        width: 82px;
        height: 28px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .loader-overlay .audiloader .loader-circle {
            width: 28px;
            height: 28px;
            border: 3px solid #c1c8d1;
            border-radius: 50%;
            animation: spin 600ms infinite linear;
            float: left;
            position: absolute;
            top: 0;
        }

            .loader-overlay .audiloader .loader-circle.first {
                left: 0;
                border-top-color: #ec1848;
            }

            .loader-overlay .audiloader .loader-circle.second {
                left: 18px;
                border-right-color: #ec1848;
            }

            .loader-overlay .audiloader .loader-circle.third {
                left: 36px;
                border-bottom-color: #ec1848;
            }

            .loader-overlay .audiloader .loader-circle.fourth {
                left: 54px;
                border-left-color: #ec1848;
            }

.clearfix, .user-info .section.address .item .inner, .product-details, .basket-items .item .detail, .basket-items .item .quantity, .basket-widget-container .basket-widget {
    *zoom: 1;
}

    .clearfix:before, .user-info .section.address .item .inner:before, .product-details:before, .basket-items .item .detail:before, .basket-items .item .quantity:before, .basket-widget-container .basket-widget:before, .clearfix:after, .user-info .section.address .item .inner:after, .product-details:after, .basket-items .item .detail:after, .basket-items .item .quantity:after, .basket-widget-container .basket-widget:after {
        content: "";
        display: table;
    }


    .clearfix:after, .user-info .section.address .item .inner:after, .product-details:after, .basket-items .item .detail:after, .basket-items .item .quantity:after, .basket-widget-container .basket-widget:after {
        clear: both;
    }

body {
    font-size: 16px;
    line-height: 1.3em;
}

.clear {
    clear: both;
    width: 100% !important;
    height: 25px;
}

.wrapper {
    padding: 0 76px;
}

.spacer-drop {
    width: 50px;
    height: 54px;
    margin-bottom: 10px;
}

.margin-auto {
    margin: auto;
    float: none !important;
}

.landing {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 64px;
    overflow: hidden;
}

    .landing .box {
        height: 100%;
        text-align: center;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    }

        .landing .box .product-image {
            width: 100%;
            height: 100%;
            display: block;
            overflow: hidden;
        }

        .landing .box figure {
            width: 100%;
            height: 100%;
            display: block;
            background: no-repeat center center;
            background-size: cover;
            transition: all 400ms cubic-bezier(0.03, 0.96, 0.52, 0.98);
            -webkit-transition: all 400ms cubic-bezier(0.03, 0.96, 0.52, 0.98);
            position: relative;
            z-index: 5;
        }

        .landing .box .cta {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            display: block;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            color: #f6f8f8;
            z-index: 9;
        }

            .landing .box .cta h3 {
                min-height: 80px;
            }

            .landing .box .cta a {
                position: relative;
                margin: 0 auto;
            }

        .landing .box:hover figure {
            transition: transform 7s linear;
            -webkit-transition: transform 7s linear;
            transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
        }

    .landing.beforeShow figure {
        margin-left: 200%;
    }

    .landing.afterShow .box figure {
        margin-left: -100px;
    }

header {
    background: #f6f8f8;
    height: 90px;
    padding: 22px 0;
}

    header h4 {
        display: inline-block;
        vertical-align: middle;
    }

        header h4 a {
            letter-spacing: -0.6px;
        }

            header h4 a:not(:last-child) {
                margin-right: 35px;
            }

                header h4 a:not(:last-child):after {
                    content: "";
                    display: inline-block;
                    width: 1px;
                    height: 30px;
                    background: #d0d3d3;
                    position: absolute;
                    top: 0;
                    right: -20px;
                }

    header .head-logo {
        display: none;
        float: right;
        width: auto;
    }

    header nav.main-nav {
        position: static;
        display: inline-block;
    }

        header nav.main-nav ul {
            float: right;
            padding-top: 3px;
        }

            header nav.main-nav ul li {
                display: inline-block;
                margin: 0 10px;
            }

                header nav.main-nav ul li .arama {
                    top: 5px;
                    font-size: 26px;
                    text-decoration: none;
                }

                    header nav.main-nav ul li .arama:after {
                        display: none;
                    }

                header nav.main-nav ul li.h-logo {
                    margin-right: 0;
                }

    header .search {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #b6c1c1;
        z-index: 9999;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        opacity: 0;
        visibility: hidden;
    }

        header .search.active {
            visibility: visible;
            opacity: 1;
        }

        header .search .close {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 0;
            right: 0;
            background: #000;
            color: #f6f8f8;
            text-align: center;
            line-height: 25px;
        }

            header .search .close i {
                font-size: 12px;
            }

        header .search .npt {
            width: 500px;
            position: absolute;
            margin: -30px 0 0 -250px;
            top: 50%;
            left: 50%;
            color: #f6f8f8;
        }

            header .search .npt input:first-child {
                width: calc(100% - 50px);
                color: #f6f8f8;
            }

            header .search .npt:after {
                background: #f6f8f8;
            }

            header .search .npt div {
                width: 30px;
                height: 100%;
                position: absolute;
                top: 0;
                right: 10px;
                display: block;
                font-family: icomoon;
                font-size: 20px;
                line-height: 38px;
                text-align: center;
                color: #f6f8f8;
            }

                header .search .npt div input {
                    width: 100% !important;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    background: transparent none;
                    border: none;
                }

                header .search .npt div:after {
                    content: "\e600";
                    display: block;
                    width: 100%;
                    height: 100%;
                }

.sepetim-banner {
    width: 100%;
    background: #ec1848;
    margin: 0;
    margin-bottom: -10px;
    padding: 0;
}

    .sepetim-banner a {
        text-decoration: none;
    }

    .sepetim-banner p {
        padding: 35px 75px;
        font-family: "AudiType-Bold", sans-serif;
        color: #ffffff;
    }

.sepetim-banner-close {
    position: absolute;
    width: 16px;
    top: 40px;
    right: 40px;
    background: url(../images/general/sepetim-banner-close.png) no-repeat;
    height: 16px;
    cursor: pointer;
}

.hamburger-menu {
    width: 40px;
    height: 40px;
    padding: 10px;
    transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    position: relative;
    cursor: pointer;
    z-index: 100;
    display: none;
}

    .hamburger-menu .bar {
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 2px;
        background: #ec1848;
        transition: all 300ms 50ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
        -webkit-transition: all 300ms 50ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
    }

        .hamburger-menu .bar:first-child {
            top: 14px;
        }

        .hamburger-menu .bar:nth-child(2) {
            top: 20px;
        }

        .hamburger-menu .bar:last-child {
            top: 26px;
        }

    .hamburger-menu.active {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

        .hamburger-menu.active .bar {
            top: 20px;
        }

            .hamburger-menu.active .bar:first-child {
                transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
            }

            .hamburger-menu.active .bar:nth-child(2) {
                opacity: 0;
            }

            .hamburger-menu.active .bar:last-child {
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
            }

.carousel-container {
    width: 100%;
}

    .carousel-container p.label {
        padding: 60px 0 10px;
        text-align: center;
    }

.carousel.main-carousel {
    padding: 20px 0;
}

    .carousel.main-carousel .model {
        height: 400px;
        width: 100%;
        overflow: hidden;
        position: relative;
        border-left: 2px solid #ffffff;
    }

        .carousel.main-carousel .model figure {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            background: center center no-repeat;
            background-size: cover;
            transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        }

        .carousel.main-carousel .model a {
            width: 100%;
            height: 100%;
            text-align: center;
            color: #000;
            line-height: 396px;
            font-size: 50px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 88;
            transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        }

            .carousel.main-carousel .model a:after,
            .carousel.main-carousel .model a:before {
                content: "";
                width: 100%;
                height: 50%;
                display: block;
                background: rgba(255, 255, 255, 0.4);
                left: 0;
                visibility: visible;
                opacity: 1;
                transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                position: absolute;
                z-index: -1;
            }

            .carousel.main-carousel .model a:before {
                top: 0;
            }

            .carousel.main-carousel .model a:after {
                bottom: 0;
            }

            .carousel.main-carousel .model a:hover {
                color: #f6f8f8;
                text-decoration: none;
            }

                .carousel.main-carousel .model a:hover:before {
                    top: -50%;
                }

                .carousel.main-carousel .model a:hover:after {
                    bottom: -50%;
                }

        .carousel.main-carousel .model:hover figure {
            transform: scale(1.3, 1.3);
            -webkit-transform: scale(1.3, 1.3);
        }

    .carousel.main-carousel .owl-controls {
        width: 100%;
        display: block;
        float: left;
    }

        .carousel.main-carousel .owl-controls .owl-buttons {
            width: 100%;
            display: block;
            text-align: center;
        }

            .carousel.main-carousel .owl-controls .owl-buttons .owl-prev,
            .carousel.main-carousel .owl-controls .owl-buttons .owl-next {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

            .carousel.main-carousel .owl-controls .owl-buttons .owl-prev {
                left: 20px;
            }

            .carousel.main-carousel .owl-controls .owl-buttons .owl-next {
                right: 20px;
            }

.carousel.butik-carousel {
    width: 100%;
    display: block;
}

    .carousel.butik-carousel .model {
        color: #fff;
    }

        .carousel.butik-carousel .model figure {
            width: 100%;
            padding-bottom: 35%;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .carousel.butik-carousel .model .summ {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
        }

            .carousel.butik-carousel .model .summ h2 {
                margin-left: -6px;
            }

    .carousel.butik-carousel .owl-controls {
        width: 100%;
        display: block;
        float: left;
        position: absolute;
        top: 30%;
        z-index: 66;
    }

        .carousel.butik-carousel .owl-controls .owl-buttons {
            width: 100%;
            display: block;
            text-align: center;
            padding: 0 20px;
        }

            .carousel.butik-carousel .owl-controls .owl-buttons div {
                display: inline-block;
            }

                .carousel.butik-carousel .owl-controls .owl-buttons div.owl-prev {
                    float: left;
                }

                .carousel.butik-carousel .owl-controls .owl-buttons div.owl-next {
                    float: right;
                }

.tablike {
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

    .tablike p {
        margin: 20px 0;
        display: block;
    }

    .tablike ul {
        display: block;
        padding: 20px 0;
    }

        .tablike ul li {
            margin-bottom: 10px;
        }

            .tablike ul li a {
                font-size: 1.1em;
                display: block;
                background: #f5f9f9;
                padding: 20px 0;
                text-align: center;
            }

    .tablike.butik ul {
        display: block;
        padding: 50px 0 30px;
    }

        .tablike.butik ul li {
            margin-bottom: 10px;
        }

            .tablike.butik ul li a {
                background: none;
                text-align: center;
                padding: 10px 50px 10px 10px;
            }

                .tablike.butik ul li a:before {
                    content: "\e609";
                    font-family: icomoon;
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 30px;
                    height: 100%;
                    padding: 10px 0;
                    font-size: 18px;
                }

.campaign-summary {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

    .campaign-summary .product-image {
        position: absolute;
        width: 70%;
        height: 360px;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .campaign-summary .cs-details {
        position: relative;
        z-index: 9;
        background: #fff;
        width: 100%;
        max-width: 750px;
        float: right;
        padding: 40px 250px 40px 40px;
        margin-bottom: 160px;
    }

        .campaign-summary .cs-details h6 {
            letter-spacing: 0.4px;
            color: #c1c8d1;
        }

        .campaign-summary .cs-details hr {
            width: 100%;
            height: 1px;
            float: left;
            background: #fff;
            border: none;
            margin: 5px 0 11px;
        }

            .campaign-summary .cs-details hr:before {
                content: "";
                width: 20px;
                height: 1px;
                display: block;
                background: #ebebeb;
            }

        .campaign-summary .cs-details h3 {
            margin-left: -3px;
        }

        .campaign-summary .cs-details .next {
            margin-top: 20px;
        }

    .campaign-summary.mirrored .product-image {
        left: auto;
        bottom: auto;
        top: 0;
        right: 0;
    }

    .campaign-summary.mirrored .cs-details {
        float: left;
        margin-top: 250px;
        margin-bottom: 0;
        padding: 40px 40px 40px 250px;
    }

    .campaign-summary:last-child {
        margin-bottom: 100px;
    }

.collection {
    padding-top: 50px;
}

    .collection .head {
        text-align: center;
    }

        .collection .head h2 {
            font-size: 35px;
        }

.filters {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
}

    .filters .filter {
        width: 200px;
        display: inline-block;
        margin: 0 10px;
    }

    .filters .more-filters {
        width: 52px;
        height: 52px;
        display: inline-block;
        vertical-align: top;
        border: solid 2px #e5eaea;
        background: url(../images/general/ico-equalizer.png) no-repeat center center;
        margin: 0 10px 10px;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    }

        .filters .more-filters.active {
            border-color: #000;
        }

    .filters .search-key {
        border: solid 2px #e5eaea;
        padding: 7px 5px 2px;
        display: inline-block;
        position: relative;
        text-align: left;
        min-width: 197px;
    }

        .filters .search-key:after {
            content: "\e600";
            font-family: icomoon;
            position: absolute;
            right: 20px;
            font-size: 30px;
            top: 15px;
            height: 100%;
            width: 15px;
            color: #c1c8d1;
        }

        .filters .search-key input[type=text] {
            width: 80%;
            font-size: 1em;
        }

.additional-filters {
    width: calc(100% - 24px * 2);
    max-width: 500px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    border: solid 2px #000;
    padding: 20px 10px;
}

    .additional-filters .more-filters {
        width: 52px;
        height: 72px;
        position: absolute;
        top: -72px;
        left: 10px;
        background: url(../images/general/ico-equalizer-active.png) no-repeat 11px 13px #fff;
        border: solid 2px #000;
        border-bottom: #fff;
    }

    .additional-filters .filter {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
        float: left;
    }

    .additional-filters .reset {
        width: 100%;
        text-align: center;
    }

    .additional-filters.active {
        visibility: visible;
        opacity: 1;
    }

        .additional-filters.active .filters {
            height: auto;
        }

.results-count {
    margin: 75px 0 20px;
    text-align: right;
}

.product-thumbs {
    position: relative;
    float: left;
    padding: 10px 0 50px;
    width: 100%;
    text-align: center;
}

    .product-thumbs h5 {
        padding: 10px 0;
    }

    .product-thumbs h6 {
        margin-bottom: 40px;
        letter-spacing: 0.4px;
    }

    .product-thumbs .product-thumb {
        padding-bottom: 10px;
    }

        .product-thumbs .product-thumb img {
            width: 100%;
            display: block;
            margin-bottom: 25px;
            height: 261.15px;
        }

        .product-thumbs .product-thumb a {
            display: inline-block;
            margin: 0 0 2px 0;
            color: #878e98;
            font-size: 18px;
        }

            .product-thumbs .product-thumb a:nth-child(2) {
                height: 80px;
                display: block;
            }

            .product-thumbs .product-thumb a.no-style {
                display: block;
            }

        .product-thumbs .product-thumb p {
            font-size: 18px;
            color: #000;
        }

    .product-thumbs.four-pack .product-thumb {
        margin-bottom: 50px;
    }

.user-sign-in {
    padding: 50px 0;
    text-align: center;
}

    .user-sign-in .form {
        margin-top: 20px;
    }

        .user-sign-in .form .form-row {
            position: relative;
        }

            .user-sign-in .form .form-row .forgot-password {
                position: absolute;
                right: 2px;
                bottom: 2px;
                padding: 0 10px;
                font-size: 12px;
                line-height: 41px;
                color: #979696;
                background: #fff;
            }

    .user-sign-in .submit .button,
    .user-sign-in .buttons .button {
        margin-bottom: 15px;
    }

        .user-sign-in .submit .button .btn,
        .user-sign-in .buttons .button .btn {
            display: block;
        }

    .user-sign-in .buttons-content {
        width: 100%;
    }

        .user-sign-in .buttons-content .clear {
            clear: both;
            width: 100%;
            height: 1px;
        }

        .user-sign-in .buttons-content .button {
            margin-bottom: 15px;
        }

            .user-sign-in .buttons-content .button .btn {
                display: block;
            }

    .user-sign-in .submit {
        margin-top: 25px;
    }

        .user-sign-in .submit .button {
            margin-bottom: 0;
        }

    .user-sign-in .dot {
        width: 6px;
        height: 6px;
        margin: 20px auto;
        background: #000;
        border-radius: 50%;
    }

.user-sign-up {
    padding: 50px 0;
    text-align: center;
}

    .user-sign-up .form {
        padding: 20px 8% 0 8%;
        margin: auto;
        float: none;
    }

        .user-sign-up .form .form-row {
            position: relative;
        }

        .user-sign-up .form .form-center {
            margin: auto;
            float: none;
            padding: 0px;
        }

            .user-sign-up .form .form-center .form-row {
                position: relative;
            }

    .user-sign-up .form-row.alternate {
        margin-top: 40px;
    }

    .user-sign-up .submit {
        margin-top: 30px;
    }

        .user-sign-up .submit .button .btn {
            display: block;
        }

    .user-sign-up .buttons {
        margin-top: 10px;
    }

        .user-sign-up .buttons .button {
            margin-bottom: 15px;
        }

            .user-sign-up .buttons .button .btn {
                display: block;
            }

    .user-sign-up .dot {
        width: 6px;
        height: 6px;
        margin: 20px auto;
        background: #000;
        border-radius: 50%;
    }

.empty-basket {
    padding: 50px 0 240px;
    text-align: center;
}

    .empty-basket span {
        background: url("../images/general/basket.png") no-repeat;
        width: 108px;
        height: 102px;
        display: block;
        margin: 20px auto 20px;
    }

    .empty-basket p {
        margin-top: 20px;
        width: auto;
        text-decoration: underline;
        font-size: 23px;
    }

.not-found {
    padding: 50px 0 10px;
    text-align: center;
}

    .not-found span {
        background: url("../images/general/404.png") no-repeat;
        width: 106px;
        height: 106px;
        display: block;
        margin: 20px auto 20px;
    }

    .not-found h2 {
        margin-top: 20px;
        width: auto;
        font-size: 50px;
        line-height: 50px;
        color: #000;
    }

    .not-found p {
        margin-top: 20px;
        width: auto;
        font-size: 16px;
        color: #313131;
    }

.user-guest {
    padding: 50px 0;
    text-align: center;
}

    .user-guest p {
        margin-top: 20px;
    }

    .user-guest .form {
        margin-top: 20px;
        width: 100%;
        margin-left: 0px;
    }

        .user-guest .form .form-row {
            position: relative;
        }

            .user-guest .form .form-row .hint {
                position: absolute;
                right: 2px;
                bottom: 2px;
                padding: 0 10px;
                font-size: 12px;
                line-height: 41px;
                color: #979696;
                background: #fff;
            }

    .user-guest .submit .button .btn,
    .user-guest .buttons .button .btn {
        display: block;
    }

    .user-guest .submit {
        margin-top: 50px;
        width: 100%;
        margin-left: 0;
    }

    .user-guest .dot {
        width: 6px;
        height: 6px;
        margin: 20px auto;
        background: #000;
        border-radius: 50%;
    }

.user-info {
    padding: 50px 0 0;
    text-align: center;
}

    .user-info .section {
        margin-bottom: 70px;
    }

        .user-info .section h3 {
            margin-bottom: 30px;
        }

        .user-info .section .submit,
        .user-info .section .buttons {
            margin-top: 40px;
        }

            .user-info .section .submit .button .btn,
            .user-info .section .buttons .button .btn {
                display: block;
            }

        .user-info .section.address .item {
            padding: 30px 0;
            text-align: left;
            border-bottom: 2px solid #f5f9f9;
        }

            .user-info .section.address .item .inner .detail {
                float: left;
                width: calc(100% - 120px);
            }

                .user-info .section.address .item .inner .detail h4 {
                    font-size: 18px;
                }

            .user-info .section.address .item .inner .remove,
            .user-info .section.address .item .inner .update {
                color: #b9bcbc;
                transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            }

                .user-info .section.address .item .inner .remove:after,
                .user-info .section.address .item .inner .update:after {
                    display: none;
                }

                .user-info .section.address .item .inner .remove:hover,
                .user-info .section.address .item .inner .update:hover {
                    color: #000;
                }

            .user-info .section.address .item .inner .remove {
                float: right;
                margin: 47px 0 0 20px;
                font-size: 12px;
            }

            .user-info .section.address .item .inner .update {
                float: right;
                margin-top: 42px;
                font-size: 17px;
                text-decoration: underline;
            }

            .user-info .section.address .item:nth-child(2) {
                border-top: 2px solid #f5f9f9;
            }

.pager {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    float: left;
}

    .pager.bottom {
        margin: 10px 0 50px;
    }

    .pager li {
        display: inline-block;
        margin: 0 10px;
        font-size: 13px;
    }

        .pager li .prev,
        .pager li .next {
            width: 6px;
            height: 9px;
            display: block;
            background: url(../images/general/pager-arrows.png) no-repeat;
        }

            .pager li .prev:hover {
                background-position: left bottom;
            }

        .pager li .next {
            background-position: right top;
        }

            .pager li .next:hover {
                background-position: right bottom;
            }

        .pager li .active {
            color: #ec1848;
        }

    .pager .current-page {
        color: #ec1848;
    }

.senin-audin-figure img {
    width: 100%;
}

.senin-audin-content {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .senin-audin-content .line {
        width: 100%;
        height: 2px;
        background: #f5f9f9;
        margin: 60px 0;
    }

.senin-audin-buttons .btn.grey span.roll:before, .btn.grey span.roll:after {
    color: #6d727b;
}

.senin-audin-buttons span {
    margin-right: 10px;
}

.senin-audin-content h4 {
    padding-bottom: 20px;
}

.senin-audin-content h5 {
    color: #787878;
}

.senin-audin-content p {
    padding: 10px 60px;
}

.product-details {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 20px;
}

    .product-details nav {
        padding: 20px 11px 30px;
    }

        .product-details nav a.back span {
            position: relative;
            display: inline-block;
            font-size: 13px;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

    .product-details .images figure {
        width: 100%;
        display: block;
        position: relative;
        float: left;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .product-details .images figure .preview {
            width: 80px;
            height: 80px;
            border-radius: 45px;
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 14px;
            background: #fff;
            padding: 25px 10px 0;
            text-align: center;
            box-shadow: 3px 5px 3px rgba(80, 80, 80, 0.1);
            line-height: 15px;
        }

        .product-details .images figure img {
            width: 100%;
            margin: 0 auto;
        }

        .product-details .images figure a {
            position: relative;
            display: block;
            text-align: center;
        }

    .product-details .images ul.product-images-thumbs {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

        .product-details .images ul.product-images-thumbs li {
            display: inline-block;
            margin: 5px;
        }

            .product-details .images ul.product-images-thumbs li a {
                display: block;
            }

    .product-details .images .selectBox {
        margin-top: 10px;
    }

    .product-details .specs h4 {
        color: #c1c8d1;
    }

    .product-details .specs .preferences {
        width: 100%;
        display: block;
        margin: 20px 0;
    }

        .product-details .specs .preferences li {
            padding: 15px 0;
            border-bottom: solid 1px #f5f9f9;
        }

            .product-details .specs .preferences li a {
                margin-left: 3px;
            }

                .product-details .specs .preferences li a i {
                    margin-right: 3px;
                    color: #c1c8d1;
                }

                .product-details .specs .preferences li a:after {
                    display: none;
                }

            .product-details .specs .preferences li.active {
                color: #ec1848;
            }

                .product-details .specs .preferences li.active a {
                    color: #ec1848;
                }

                    .product-details .specs .preferences li.active a i {
                        color: #ec1848;
                    }

    .product-details .specs .colors {
        margin: 30px 0;
        clear: both;
        width: 100%;
        height: auto;
    }

        .product-details .specs .colors span {
            width: auto;
            float: left;
        }

        .product-details .specs .colors div {
            margin: -5px 5px 0 5px;
            position: relative;
            width: auto;
            float: left;
        }

            .product-details .specs .colors div input[type="radio"] {
                display: none;
            }

            .product-details .specs .colors div .grey {
                background-color: #ccc;
            }

            .product-details .specs .colors div .blue {
                background-color: #4b91e3;
            }

            .product-details .specs .colors div .red {
                background-color: #d0021b;
            }

            .product-details .specs .colors div input[type="radio"] + label {
                font-family: Arial, sans-serif;
                font-size: 14px;
            }

                .product-details .specs .colors div input[type="radio"] + label span {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    margin: -1px 4px 0 0;
                    vertical-align: middle;
                    cursor: pointer;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                }

                    .product-details .specs .colors div input[type="radio"] + label span.active {
                        display: none;
                    }

            .product-details .specs .colors div input[type="radio"]:checked + label span.active {
                display: block;
                width: 22px;
                height: 22px;
                position: absolute;
                border: 2px solid #fff;
                left: 4px;
                top: 4px;
            }

            .product-details .specs .colors div input[type="radio"] + label span,
            .product-details .specs .colors div input[type="radio"]:checked + label span {
                -webkit-transition: background-color 0.4s linear;
                -o-transition: background-color 0.4s linear;
                -moz-transition: background-color 0.4s linear;
                transition: background-color 0.4s linear;
            }

    .product-details .specs .specs {
        width: 100%;
        display: block;
        margin: 30px 0 40px;
        padding: 0;
    }

    .product-details .action {
        width: 100%;
        padding: 20px 0;
        background: #f5f9f9;
        margin: 60px 0 40px;
        float: left;
    }

        .product-details .action .price p {
            font-size: 35px;
            vertical-align: middle;
            display: inline-block;
            margin-bottom: 0;
            margin-top: 5px;
        }

        .product-details .action .price span {
            color: #c1c8d1;
            font-size: 16px;
            vertical-align: middle;
            display: inline-block;
        }

        .product-details .action .quantity .order {
            margin-top: 12px;
            position: relative;
            float: right;
        }

            .product-details .action .quantity .order input[type="text"] {
                width: 30px;
                text-align: center;
            }

            .product-details .action .quantity .order span {
                cursor: pointer;
                color: #c1c8d1;
            }

                .product-details .action .quantity .order span:hover {
                    color: #000;
                }

        .product-details .action .cta {
            padding-top: 2px;
        }

            .product-details .action .cta .btn {
                display: block;
            }

.product-detail-page .product-thumbs {
    padding: 50px 0 0;
}

    .product-detail-page .product-thumbs.alternate {
        padding-bottom: 140px;
    }

footer.site {
    position: relative;
    padding: 50px 120px 5px;
    background: #141318;
    color: #787d83;
    margin-top: 90px;
}

    footer.site:before {
        content: "";
        width: calc(100% - 240px);
        max-width: 990px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 120px;
        background: url(../images/general/footer-shade.jpg) no-repeat right bottom;
        background-size: 100%;
        z-index: 0;
    }

    footer.site a {
        color: #787d83;
    }

        footer.site a:after {
            background: #787d83;
        }

    footer.site ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }

    footer.site .footer-nav li {
        margin-right: 40px;
        color: #fff;
    }

        footer.site .footer-nav li ul {
            margin: 20px 0 0 0;
        }

            footer.site .footer-nav li ul li {
                display: block;
                margin: 5px 0;
            }

    footer.site .corporate {
        float: right;
    }

        footer.site .corporate li:nth-child(2n) {
            color: #1c1d1e;
        }

    footer.site .terms-social {
        z-index: 88;
        margin-top: 90px;
        padding-bottom: 10px;
        width: 100%;
        display: inline-block;
        position: relative;
    }

        footer.site .terms-social .copy {
            position: relative;
            display: inline-block;
            float: left;
        }

        footer.site .terms-social .terms {
            position: relative;
            display: inline-block;
            float: left;
        }

            footer.site .terms-social .terms li:nth-child(2n) {
                color: #787D83;
            }

        footer.site .terms-social .social {
            position: relative;
            display: inline-block;
            float: left;
        }

            footer.site .terms-social .social li {
                margin: 0 4px;
            }

                footer.site .terms-social .social li a {
                    display: block;
                }

                    footer.site .terms-social .social li a span {
                        display: block;
                        font-size: 20px;
                    }

                    footer.site .terms-social .social li a:after {
                        display: none;
                    }

                    footer.site .terms-social .social li a:hover {
                        color: #f6f8f8;
                        text-decoration: none;
                    }

        footer.site .terms-social .ssl {
            position: relative;
            display: inline-block;
            float: right;
        }

            footer.site .terms-social .ssl li {
                margin: 0 4px;
            }

                footer.site .terms-social .ssl li:nth-child(1) {
                    background: url(../images/general/ssl.png) no-repeat 0 -6px;
                    width: 57px;
                    height: 19px;
                }

                footer.site .terms-social .ssl li:nth-child(2) {
                    background: url(../images/general/ssl.png) no-repeat -68px -3px;
                    width: 42px;
                    height: 25px;
                }

                footer.site .terms-social .ssl li:nth-child(3) {
                    background: url(../images/general/ssl.png) no-repeat -118px -1px;
                    width: 34px;
                    height: 29px;
                }

                footer.site .terms-social .ssl li:nth-child(4) {
                    background: url(../images/general/ssl.png) no-repeat -165px 0;
                    width: 35px;
                    height: 31px;
                }

    footer.site:after {
        content: "";
        width: 100%;
        height: 50px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(21, 20, 25, 0.5);
        z-index: 1;
    }

.fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
}

.icon-links {
    text-align: center;
}

    .icon-links .item a {
        position: relative;
        display: block;
        margin-bottom: 10px;
        padding-top: 45px;
        padding-bottom: 45px;
        border: 2px solid transparent;
    }

        .icon-links .item a .icon {
            font-size: 100px;
            color: #d6dada;
        }

        .icon-links .item a h4 {
            margin: 30px 0;
            font-size: 25px;
            letter-spacing: 0.2px;
            text-decoration: underline;
        }

        .icon-links .item a .icon-ok, .icon-links .item a .basket-items .gift-package .icon, .basket-items .gift-package .icon-links .item a .icon {
            font-size: 18px;
        }

        .icon-links .item a:hover {
            border-color: #000;
        }

            .icon-links .item a:hover .icon {
                color: #000;
            }

    .icon-links .item .active .icon {
        color: #000;
    }

    .icon-links .item a:after {
        display: none;
    }

.my-account {
    padding: 50px 0;
    text-align: center;
    overflow-x: hidden;
}

    .my-account .icon-links {
        text-align: center;
        /*@extend .col-sm-6;*/
        /*@extend .col-lg-offset-1;*/
        /*@extend .col-sm-10;
		@extend .col-sm-offset-1;*/
        margin-top: 40px;
    }

        .my-account .icon-links .item {
            /*@extend .col-sm-4;
			@extend .col-sm-offset-1;*/
        }

            .my-account .icon-links .item a {
                border: 3px solid transparent;
            }

                .my-account .icon-links .item a:hover {
                    border-color: #f2f6f6;
                }

.lightbox-gift-package {
    padding: 50px;
    text-align: center;
    color: #000;
}

    .lightbox-gift-package .container {
        max-width: 550px;
    }

    .lightbox-gift-package textarea {
        width: 100%;
        height: 230px;
        margin: 20px 0;
        padding: 0;
        line-height: 48px;
        text-align: center;
        background: url(../images/general/lightbox-gift-package-line.png) repeat 0 0;
    }

    .lightbox-gift-package .buttons .button {
        margin-bottom: 10px;
    }

        .lightbox-gift-package .buttons .button .btn {
            display: block;
        }

.lightbox-message {
    padding: 50px;
    text-align: center;
    color: #000;
}

    .lightbox-message .container {
        max-width: 550px;
    }

    .lightbox-message .icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        background: url(../images/general/lightbox-icon-success.png) no-repeat 50%;
        background-size: 100%;
    }

    .lightbox-message h4 {
        margin-bottom: 5px;
        letter-spacing: -0.2px;
    }

    .lightbox-message.error {
        color: #fc003b;
    }

        .lightbox-message.error .icon {
            background-image: url(../images/general/lightbox-icon-error.png);
        }

.lightbox-confirm {
    padding: 50px;
    text-align: center;
    color: #000;
}

    .lightbox-confirm .container {
        max-width: 550px;
    }

    .lightbox-confirm .buttons {
        margin-top: 30px;
    }

        .lightbox-confirm .buttons .button {
            margin-bottom: 10px;
        }

            .lightbox-confirm .buttons .button .btn {
                display: block;
            }

.contact {
    padding-top: 50px;
    text-align: center;
}

    .contact .text p {
        margin-top: 15px;
    }

    .contact .dealers {
        margin-top: 45px;
    }

        .contact .dealers h3 {
            color: #b2b5b5;
        }

        .contact .dealers .filter {
            margin-top: 38px;
        }

            .contact .dealers .filter .select {
                margin-bottom: 10px;
            }

                .contact .dealers .filter .select .selectBox {
                    width: 100% !important;
                }

            .contact .dealers .filter .location {
                margin-top: 13px;
                text-align: left;
            }

                .contact .dealers .filter .location a {
                    text-decoration: none !important;
                }

                .contact .dealers .filter .location span {
                    position: relative;
                    top: 3px;
                    margin-left: 5px;
                    font-size: 20px;
                }

        .contact .dealers .list {
            margin-top: 35px;
            text-align: left;
        }

            .contact .dealers .list label {
                cursor: pointer;
            }

            .contact .dealers .list .item {
                padding: 20px 0;
                border-bottom: 2px solid #f5f9f9;
                margin-bottom: -2px;
            }

                .contact .dealers .list .item .row, .contact .dealers .list .item .tablike ul, .tablike .contact .dealers .list .item ul, .contact .dealers .list .item .lightbox-gift-package .buttons, .lightbox-gift-package .contact .dealers .list .item .buttons, .contact .dealers .list .item .lightbox-confirm .buttons, .lightbox-confirm .contact .dealers .list .item .buttons, .contact .dealers .list .my-orders .item .text, .my-orders .contact .dealers .list .item .text {
                    margin-left: 0;
                    margin-right: 0;
                }

                .contact .dealers .list .item .title {
                    font-size: 16px;
                    color: #313131;
                }

                .contact .dealers .list .item .detail {
                    position: relative;
                }

                .contact .dealers .list .item:first-child {
                    border-top: 2px solid #f5f9f9;
                }

        .contact .dealers .map-outer {
            position: relative;
            overflow: hidden;
            height: 550px;
        }

            .contact .dealers .map-outer .map {
                height: 105%;
            }

                .contact .dealers .map-outer .map .marker {
                    position: absolute;
                    cursor: pointer;
                    width: 78px;
                    height: 78px;
                    font-size: 22px;
                    line-height: 48px;
                    color: #fff;
                    background: #ec1848;
                    background-clip: padding-box;
                    border: 15px solid rgba(236, 24, 72, 0.15);
                    border-radius: 50%;
                }

.item-active-border {
    border-bottom: 1px solid #000 !important;
    height: 64px;
    z-index: 999999;
    width: 100%;
    display: block;
    border-top: 1px solid #000;
}

.faq {
    padding-top: 50px;
    text-align: center;
}

    .faq h3 {
        margin-bottom: 75px;
    }

    .faq .item {
        margin-top: 10px;
        margin-bottom: 90px;
        text-align: left;
    }

        .faq .item .number {
            text-align: center;
            height: 50px;
            background: #fcfdfd;
        }

            .faq .item .number span {
                display: block;
                font-size: 100px;
                line-height: 24px;
                color: #f5f7f8;
            }

        .faq .item h4 {
            margin: 25px 0 15px;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: -0.5px;
        }

        .faq .item p {
            min-height: 130px;
            line-height: 26px;
        }

        .faq .item .dot {
            width: 6px;
            height: 6px;
            margin-top: 40px;
            background: #000;
            border-radius: 50%;
        }

.basket-items h3 {
    margin-bottom: 25px;
}

.basket-items .item {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid #f5f9f9;
}


.basket-items .empty-basket {
    padding: 150px 0 150px;
    text-align: center;
    border: 2px solid #f5f9f9;
    color: #dde1e1;
}

    .basket-items .empty-basket span {
        background: url(../images/general/empty-basket.png) no-repeat;
    }

.basket-items .item .remove {
    position: relative;
    z-index: 9999;
}

    .basket-items .item .remove span {
        position: absolute;
        right: 12px;
        top: 50px;
        font-size: 12px;
        color: #b2b5b5;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    }

        .basket-items .item .remove span:hover {
            color: #000;
        }

.basket-items .item .detail img {
    float: left;
    width: 120px;
    height: 120px;
}

.basket-items .item .detail .text {
    float: left;
    width: calc(100% - 150px);
    margin-left: 25px;
}

    .basket-items .item .detail .text h4 {
        font-size: 18px;
    }

    .basket-items .item .detail .text .price,
    .basket-items .item .detail .text .total,
    .basket-items .item .detail .text .qty {
        font-size: 15px;
    }

    .basket-items .item .detail .text .notice {
        font-size: 13px;
        color: #ec1848;
    }

.basket-items .item .quantity {
    margin-top: 70px;
}

    .basket-items .item .quantity .icon-eksi,
    .basket-items .item .quantity .icon-arti {
        float: left;
        width: 15px;
        margin-top: 10px;
        font-size: 15px;
        text-align: center;
        color: #a1a6a6;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    }

        .basket-items .item .quantity .icon-eksi:hover,
        .basket-items .item .quantity .icon-arti:hover {
            color: #000;
        }

    .basket-items .item .quantity input {
        float: left;
        width: calc(100% - 30px);
        text-align: center;
    }

.basket-items .item .select {
    margin-top: 62px;
}

    .basket-items .item .select .selectBox {
        width: 100% !important;
    }

.basket-items .item .select-text {
    margin-top: 78px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 28px;
}

.basket-items .item .status {
    text-align: right;
}

    .basket-items .item .status span {
        display: block;
        font-weight: bold;
    }

.basket-items .item:nth-child(2) {
    border-top: 2px solid #f5f9f9;
}

.basket-items .gift-package {
    margin-top: 40px;
}

    .basket-items .gift-package a {
        font-size: 20px;
        text-decoration: underline;
    }

    .basket-items .gift-package .icon {
        margin-left: 25px;
        font-size: 12px;
        color: #000;
    }

    .basket-items .gift-package .gift-notice {
        font-size: 14px;
    }

.basket-items .gift-package-alternate {
    margin-top: 30px;
    font-size: 20px;
    color: #ed2751;
}

.basket-items .address {
    margin-top: 30px;
    font-size: 15px;
    text-align: right;
}

.basket-items .address-alternate {
    margin-top: 30px;
    font-size: 15px;
}

.my-basket {
    padding-top: 50px;
}

    .my-basket .basket-items {
        margin-bottom: 60px;
    }

    .my-basket .contact {
        padding-top: 0;
    }

        .my-basket .contact .dealers {
            margin-top: -22px;
        }

            .my-basket .contact .dealers h3 {
                margin-top: 48px;
                text-align: left;
                color: #000;
                clear: both;
            }

            .my-basket .contact .dealers .map-outer {
                margin-top: 20px;
            }

    .my-basket .free-shipping {
        padding: 50px 0;
        font-size: 25px;
        text-align: center;
    }

.order-detail {
    padding: 50px 0 30px;
}

    .order-detail h3 {
        margin-bottom: 50px;
    }

    .order-detail .order-info {
        margin-bottom: 35px;
    }

        .order-detail .order-info .date span,
        .order-detail .order-info .price span,
        .order-detail .order-info .info span {
            display: block;
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
        }

    .order-detail .basket-items {
        margin-bottom: 60px;
    }

.my-orders {
    padding: 50px 0;
}

    .my-orders h3 {
        margin-bottom: 50px;
        text-align: center;
    }

    .my-orders .item .text {
        position: relative;
        margin: -1px 0;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 17px;
        line-height: 24px;
        border-top: 2px solid #f5f9f9;
        border-bottom: 2px solid #f5f9f9;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    }

        .my-orders .item .text .status:after {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            right: 0;
            top: 50%;
            margin-top: -3px;
            background: #9ea3a3;
            border-radius: 50%;
            transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        }

        .my-orders .item .text:hover {
            z-index: 2;
            color: #ec1848;
            border-color: #ec1848;
        }

            .my-orders .item .text:hover .status:after {
                background: #ec1848;
            }

    .my-orders .button {
        margin-top: 70px;
        text-align: center;
    }

.shipping {
    padding-top: 30px;
}

    .shipping .section, .shipping .tab-section {
        padding: 20px 0;
        border-top: 2px solid #f5f9f9;
    }

        .shipping .section .inner .single-select {
            margin: 20px 0 6px;
        }

            .shipping .section .inner .single-select .selectBox {
                width: 200px !important;
            }

            .shipping .section .inner .single-select .update {
                margin-left: 15px;
                color: #b9bcbc;
            }

        .shipping .section .inner .single-check {
            margin: 20px 0;
        }

        .shipping .section .inner .form {
            margin-bottom: 20px;
        }

            .shipping .section .inner .form .form-row {
                margin-bottom: 30px;
            }

                .shipping .section .inner .form .form-row .select {
                    margin-top: 14px;
                }

                    .shipping .section .inner .form .form-row .select .selectBox {
                        width: 100% !important;
                    }

                .shipping .section .inner .form .form-row.alternate {
                    margin-bottom: 10px;
                }

        .shipping .section.shipping-address .new-address, .shipping .section.billing-address .new-address {
            margin-top: 40px;
            text-align: right;
        }

        .shipping .section:first-child {
            border-top: 0;
        }

.basket-widget-container {
    position: relative;
}

    .basket-widget-container .basket-widget {
        position: fixed;
        z-index: 99;
        left: 0;
        bottom: 0;
        padding: 18px 20px;
        background: #f6f8f8;
    }

        .basket-widget-container .basket-widget .total {
            float: left;
            margin-top: 16px;
            font-size: 30px;
        }

        .basket-widget-container .basket-widget .quantity-text {
            float: left;
            margin: 16px 0 0 20px;
            font-size: 16px;
            color: #a2a8a8;
        }

        .basket-widget-container .basket-widget .submit,
        .basket-widget-container .basket-widget .continue,
        .basket-widget-container .basket-widget .edit,
        .basket-widget-container .basket-widget .quantity {
            float: right;
            margin-left: 20px;
        }

        .basket-widget-container .basket-widget .quantity {
            width: 80px;
            margin-top: 10px;
        }

            .basket-widget-container .basket-widget .quantity .icon-eksi,
            .basket-widget-container .basket-widget .quantity .icon-arti {
                float: left;
                width: 15px;
                margin-top: 10px;
                font-size: 15px;
                text-align: center;
                color: #a1a6a6;
                cursor: pointer;
                transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            }

                .basket-widget-container .basket-widget .quantity .icon-eksi:hover,
                .basket-widget-container .basket-widget .quantity .icon-arti:hover {
                    color: #000;
                }

            .basket-widget-container .basket-widget .quantity input {
                float: left;
                width: calc(100% - 30px);
                text-align: center;
            }

.fancybox-overlay {
    overflow: hidden;
    background: #b6c1c1;
    background: rgba(182, 193, 193, 0.9);
}

.fancybox-skin {
    border: 1px solid #fffdfa;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-close {
    width: 46px;
    height: 46px;
    right: -23px;
    top: -23px;
    line-height: 46px;
    text-decoration: none !important;
    text-align: center;
    color: #fff;
    background: #000;
}

    .fancybox-close:hover {
        color: #fff;
    }

    .fancybox-close:after {
        display: none;
    }

.deacttive input {
    color: #999999;
}

.add-new-address .title {
    border-bottom: 2px solid #E5EAEA;
    margin-bottom: 30px;
}

.add-new-address .row .select, .add-new-address .tablike ul .select, .tablike .add-new-address ul .select, .add-new-address .lightbox-gift-package .buttons .select, .lightbox-gift-package .add-new-address .buttons .select, .add-new-address .lightbox-confirm .buttons .select, .lightbox-confirm .add-new-address .buttons .select, .add-new-address .my-orders .item .text .select, .my-orders .item .add-new-address .text .select {
    width: 47%;
    float: left;
    margin-left: 10px;
}

.add-new-address input {
    width: 100%;
    color: #000;
}

.add-new-address ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
}

.add-new-address :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.add-new-address ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.add-new-address :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.add-new-address textarea {
    width: 100%;
    height: 230px;
    margin: 20px 0;
    padding: 0;
    line-height: 48px;
    text-align: left !important;
    background: url(../images/general/lightbox-gift-package-line.png) repeat 0 0;
}

#empty-basket {
    display: none;
}

.height-small {
    height: 100%;
    max-height: 600px !important;
}

.current-code {
    padding-top: 5px
}

.giftcard-box .btn, .coupon-box .btn {
    margin-bottom: -15px;
    margin-left: 20px;
}

@media (max-width: 1319px) {
    .user-guest {
        padding: 50px 0;
        text-align: center;
    }

        .user-guest .submit .button .btn,
        .user-guest .buttons .button .btn {
            font-size: 12px;
        }

    .shipping .section .inner .form .form-row .select {
        width: 100%;
    }

        .shipping .section .inner .form .form-row .select .selectBox {
            width: 100% !important;
        }
}

.viewport {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: -1;
}

.animate {
    transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
    transition-duration: 600ms;
}

    .animate:nth-child(1) {
        transition-delay: 100ms;
    }

    .animate:nth-child(2) {
        transition-delay: 200ms;
    }

    .animate:nth-child(3) {
        transition-delay: 300ms;
    }

    .animate:nth-child(4) {
        transition-delay: 400ms;
    }

    .animate:nth-child(5) {
        transition-delay: 500ms;
    }

    .animate:nth-child(6) {
        transition-delay: 600ms;
    }

    .animate:nth-child(7) {
        transition-delay: 700ms;
    }

    .animate:nth-child(8) {
        transition-delay: 800ms;
    }

    .animate:nth-child(9) {
        transition-delay: 900ms;
    }

    .animate:nth-child(10) {
        transition-delay: 1000ms;
    }

.animStart {
    padding-top: 200px;
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    /* tablet styles here */
    .wrapper {
        padding: 0 26px;
    }

    .carousel-container {
        margin-top: 20px;
    }

    header {
        height: 85px;
        padding: 12px 0;
    }

        header h4 a {
            margin-right: 0;
        }

            header h4 a:first-child:after {
                content: "";
                display: inline-block;
                width: 1px;
                height: 0px;
                background: transparent;
                position: absolute;
                top: 0;
                right: -20px;
            }

            header h4 a:after, header h4 a.grey {
                background: transparent;
                margin-top: 5px;
                display: block !important;
            }

        header nav.main-nav {
            position: fixed;
            width: 100%;
            height: 103%;
            background: #ec1848;
            top: 0;
            left: 0;
            z-index: 99999;
            font-size: 40px;
            transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            opacity: 0;
            visibility: hidden;
        }

            header nav.main-nav ul {
                position: relative;
                float: left;
                width: 100%;
                top: 50%;
                transform: translate(0, -50%);
                text-align: center;
            }

                header nav.main-nav ul li {
                    display: block;
                    margin: 10px 0;
                    line-height: 60px;
                    color: #f6f8f8;
                }

                    header nav.main-nav ul li a {
                        color: #f6f8f8;
                    }

                        header nav.main-nav ul li a.arama {
                            font-size: 30px;
                            text-decoration: none;
                        }

                        header nav.main-nav ul li a.red:hover {
                            color: #f6f8f8;
                        }

                    header nav.main-nav ul li.h-logo {
                        display: none;
                    }

            header nav.main-nav.active {
                opacity: 1;
                visibility: visible;
            }

        header .head-logo {
            display: block;
            width: 52px;
            margin-top: 12px;
        }

    .hamburger-menu {
        display: block;
        z-index: 999999;
    }

        .hamburger-menu .bar {
            background: #ec1848;
        }

        .hamburger-menu.active {
            position: fixed;
        }

            .hamburger-menu.active .bar {
                background: #f6f8f8;
            }

    .landing .box {
        height: 48%;
        margin-bottom: 2%;
    }

    .results-count {
        text-align: center;
        margin-top: 20px;
    }

    .filters {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .product-thumbs {
        padding-top: 20px;
    }

    .basket-items .address {
        text-align: left;
    }

    .campaign-summary,
    .campaign-summary.mirrored {
        text-align: center;
    }

        .campaign-summary .product-image,
        .campaign-summary.mirrored .product-image {
            position: relative;
            float: left;
            top: 0;
            left: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .campaign-summary .cs-details,
        .campaign-summary.mirrored .cs-details {
            max-width: 100%;
            float: left;
            padding: 10px 20px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .campaign-summary:last-child,
        .campaign-summary.mirrored:last-child {
            margin-bottom: 100px;
        }

    .collection .head {
        margin-top: 55px;
    }

    footer.site {
        padding: 70px 20px 5px;
    }

        footer.site .footer-nav li {
            margin-right: 40px;
            color: #fff;
        }

            footer.site .footer-nav li ul {
                margin: 20px 0 0 0;
            }

                footer.site .footer-nav li ul li {
                    display: block;
                    margin: 5px 0;
                }

        footer.site .corporate {
            float: left;
            text-align: center;
            width: 100%;
            margin: 20px 0;
        }

        footer.site .terms-social {
            text-align: center;
        }

            footer.site .terms-social .terms,
            footer.site .terms-social .copy,
            footer.site .terms-social .social {
                display: block;
                width: 100%;
                margin: 10px 0;
            }

        footer.site:after {
            content: "";
            width: 100%;
            height: 50px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(21, 20, 25, 0.5);
            z-index: 1;
        }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }

    .carousel.butik-carousel .owl-controls {
        top: 50% !important;
    }

    a.prev, a.next {
        color: #ec1848;
        border-color: #ec1848;
    }
    /* phone styles here */
    .wrapper {
        padding: 0 12px;
    }

    .carousel.butik-carousel .model {
        text-align: center;
    }

        .carousel.butik-carousel .model .summ h2 {
            font-size: 2.5em;
        }

        .carousel.butik-carousel .model .summ h3 {
            font-size: 1.7em;
        }

        .carousel.butik-carousel .model .summ {
            position: relative;
            width: 98%;
            padding: 20px;
            padding-bottom: 0;
            transform: translate(0, 0);
            top: 82% !important;
            color: #000;
        }

            .carousel.butik-carousel .model .summ .btn.white {
                border-color: #000 !important;
                color: #000;
            }

                .carousel.butik-carousel .model .summ .btn.white a {
                    color: #000 !important;
                }

    .wrapper .owl-item {
        height: 585px;
    }


    .landing {
        padding: 10px;
    }

        .landing .box {
            height: 48%;
            min-height: 300px;
            margin-bottom: 10px;
        }

    .tablike {
        text-align: left;
    }

        .tablike ul li a {
            background: none;
            border: solid 1px #c1c8d1;
            text-align: left;
            padding: 10px 50px 10px 10px;
        }

            .tablike ul li a:before {
                content: "\e609";
                font-family: icomoon;
                position: absolute;
                top: 0;
                right: 0;
                width: 30px;
                height: 100%;
                padding: 10px 0;
            }

    .filters .filter,
    .filters .search-key {
        width: calc(100% - 24px) !important;
    }

    .icon-links .item a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-color: #f8fafa;
    }

        .icon-links .item a .icon {
            font-size: 60px;
        }

        .icon-links .item a h4 {
            margin: 0;
            font-size: 15px;
            line-height: 60px;
        }

        .icon-links .item a .icon-ok, .icon-links .item a .basket-items .gift-package .icon, .basket-items .gift-package .icon-links .item a .icon {
            line-height: 60px;
        }

        .icon-links .item a:hover {
            border-color: #000;
        }

    .additional-filters {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
        left: 24px !important;
    }

        .additional-filters .filter {
            width: 100%;
        }

        .additional-filters .more-filters {
            margin-left: 50%;
            left: -26px;
        }

    .fancybox-close {
        right: 0;
        top: 0;
    }

    .lightbox-gift-package {
        padding: 30px 10px;
    }

    .contact .dealers .filter .location {
        text-align: center;
    }

    .basket-items .item .remove span {
        top: 10px;
    }

    .basket-items .item .detail img {
        width: 90px;
        height: 90px;
    }

    .basket-items .item .detail .text {
        margin-left: 15px;
    }

        .basket-items .item .detail .text h4 {
            font-size: 13px;
        }

        .basket-items .item .detail .text .price,
        .basket-items .item .detail .text .total {
            font-size: 13px;
        }

        .basket-items .item .detail .text .notice {
            font-size: 11px;
        }

    .basket-items .item .quantity {
        margin-top: 10px;
    }

    .basket-items .item .select {
        margin-top: 10px;
    }

    .basket-items .item .status {
        margin-top: 10px;
        text-align: left;
    }

    .basket-items .gift-package {
        text-align: center;
    }

        .basket-items .gift-package a {
            font-size: 20px;
            text-decoration: underline;
        }

        .basket-items .gift-package .icon {
            margin-left: 15px;
        }

        .basket-items .gift-package .gift-notice {
            display: block;
            margin-top: 10px;
            margin-left: 0;
            font-size: 11px;
        }

    .my-basket .free-shipping {
        padding: 25px 0;
        font-size: 12px;
    }

    .basket-widget-container .basket-widget {
        padding: 7px;
    }

        .basket-widget-container .basket-widget .total {
            font-size: 14px;
        }

        .basket-widget-container .basket-widget .quantity-text {
            margin-left: 5px;
            font-size: 10px;
        }

    .selectBox {
        width: calc(100% - 24px) !important;
    }

    .carousel-container {
        margin-top: 10px;
    }


    header .search {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #b6c1c1;
        z-index: 9999;
        transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
        opacity: 0;
        visibility: hidden;
    }

        header .search.active {
            visibility: visible;
            opacity: 1;
        }

        header .search .close {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 0;
            right: 0;
            background: #000;
            color: #f6f8f8;
            text-align: center;
            line-height: 25px;
        }

            header .search .close i {
                font-size: 12px;
            }

        header .search .npt {
            width: 250px;
            position: absolute;
            margin: -30px 0 0 -110px;
            top: 50%;
            left: 50%;
            color: #f6f8f8;
            font-size: 13px;
        }

            header .search .npt input:first-child {
                width: calc(100% - 50px);
                color: #f6f8f8;
            }

            header .search .npt:after {
                background: #f6f8f8;
            }

            header .search .npt div {
                width: 30px;
                height: 100%;
                position: absolute;
                top: 0;
                right: 10px;
                display: block;
                font-family: icomoon;
                font-size: 20px;
                line-height: 38px;
                text-align: center;
                color: #f6f8f8;
            }

                header .search .npt div input {
                    width: 100% !important;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    background: transparent none;
                    border: none;
                }

                header .search .npt div:after {
                    content: "\e600";
                    display: block;
                    width: 100%;
                    height: 100%;
                }
    /*CHECKBOX*/
    .icheckbox_flat,
    .iradio_flat {
        position: relative;
        top: 2px;
        display: inline-block;
        *display: inline;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px !important;
        height: 20px;
        background: url(../images/general/flat.png) no-repeat;
        border: none;
        cursor: pointer;
        float: right;
    }

        .icheckbox_flat.checked {
            background-position: -22px 0 !important;
        }
    /*CHECKBOX*/
    .campaign-summary,
    .campaign-summary.mirrored {
        text-align: center;
    }

        .campaign-summary .product-image,
        .campaign-summary.mirrored .product-image {
            position: relative;
            float: left;
            top: 0;
            left: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-size: 100% auto;
            height: 100%;
            min-height: 190px;
            max-height: 360px;
        }

        .campaign-summary .cs-details,
        .campaign-summary.mirrored .cs-details {
            max-width: 100%;
            float: left;
            padding: 10px 20px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .campaign-summary:last-child,
        .campaign-summary.mirrored:last-child {
            margin-bottom: 100px;
        }

    .add-new-address .row .select, .add-new-address .tablike ul .select, .tablike .add-new-address ul .select, .add-new-address .lightbox-gift-package .buttons .select, .lightbox-gift-package .add-new-address .buttons .select, .add-new-address .lightbox-confirm .buttons .select, .lightbox-confirm .add-new-address .buttons .select, .add-new-address .my-orders .item .text .select, .my-orders .item .add-new-address .text .select {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 0px;
    }
}

@media screen and (max-width: 767px) and (max-width: 380px) {
    .campaign-summary,
    .campaign-summary.mirrored {
        text-align: center;
    }

        .campaign-summary .product-image,
        .campaign-summary.mirrored .product-image {
            position: relative;
            float: left;
            top: 0;
            left: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-size: 100% auto;
            height: 100%;
            min-height: 110px;
            max-height: 360px;
        }

        .campaign-summary .cs-details,
        .campaign-summary.mirrored .cs-details {
            max-width: 100%;
            float: left;
            padding: 10px 20px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .campaign-summary:last-child,
        .campaign-summary.mirrored:last-child {
            margin-bottom: 100px;
        }
}

@media screen and (max-width: 767px) {
    .carousel.main-carousel {
        padding: 20px 0;
    }

        .carousel.main-carousel .model {
            height: 400px;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .carousel.main-carousel .model figure {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                background: center center no-repeat;
                background-size: cover;
                transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            }

            .carousel.main-carousel .model a {
                width: 100%;
                height: 100%;
                text-align: center;
                color: #000;
                line-height: 396px;
                font-size: 50px;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 88;
                transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
            }

                .carousel.main-carousel .model a:after,
                .carousel.main-carousel .model a:before {
                    content: "";
                    width: 100%;
                    height: 50%;
                    display: block;
                    background: rgba(255, 255, 255, 0.7);
                    left: 0;
                    visibility: visible;
                    opacity: 1;
                    transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                    -webkit-transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
                    position: absolute;
                    z-index: -1;
                }

                .carousel.main-carousel .model a:before {
                    top: 0;
                }

                .carousel.main-carousel .model a:after {
                    bottom: 0;
                }

                .carousel.main-carousel .model a:hover {
                    color: #f6f8f8;
                    text-decoration: underline;
                }

                    .carousel.main-carousel .model a:hover:before {
                        top: -50%;
                    }

                    .carousel.main-carousel .model a:hover:after {
                        bottom: -50%;
                    }

            .carousel.main-carousel .model:hover figure {
                transform: scale(1.3, 1.3);
                -webkit-transform: scale(1.3, 1.3);
            }

        .carousel.main-carousel .owl-controls {
            width: 100%;
            display: block;
            float: left;
        }

            .carousel.main-carousel .owl-controls .owl-buttons {
                width: 100%;
                display: block;
                text-align: center;
            }

                .carousel.main-carousel .owl-controls .owl-buttons .owl-prev,
                .carousel.main-carousel .owl-controls .owl-buttons .owl-next {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }

                .carousel.main-carousel .owl-controls .owl-buttons .owl-prev {
                    left: 20px;
                }

                .carousel.main-carousel .owl-controls .owl-buttons .owl-next {
                    right: 20px;
                }

    .carousel.butik-carousel {
        width: 100%;
        display: block;
    }

        .carousel.butik-carousel .model {
            color: #fff;
        }

            .carousel.butik-carousel .model figure {
                position: relative;
                width: 100%;
                height: 100%;
                padding-bottom: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
            }

            .carousel.butik-carousel .model .summ {
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                -webkit-transform: translate(0, -50%);
            }

                .carousel.butik-carousel .model .summ h2 {
                    margin-left: -6px;
                }

        .carousel.butik-carousel .owl-controls {
            width: 100%;
            display: block;
            float: left;
            position: absolute;
            top: 30%;
            z-index: 66;
        }

            .carousel.butik-carousel .owl-controls .owl-buttons {
                width: 100%;
                display: block;
                text-align: center;
                padding: 0 20px;
            }

                .carousel.butik-carousel .owl-controls .owl-buttons div {
                    display: inline-block;
                }

                    .carousel.butik-carousel .owl-controls .owl-buttons div.owl-prev {
                        float: left;
                    }

                    .carousel.butik-carousel .owl-controls .owl-buttons div.owl-next {
                        float: right;
                    }

    .ssl {
        position: relative;
        display: inline-block;
        float: none !important;
        margin: 20px auto;
    }
}

@media (max-height: 650px) {
    .fancybox-close {
        top: 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .carousel.butik-carousel .model {
        padding-bottom: 117% !important;
    }
}



/* New Product Slider */
#product-carousel .owl-item .product-thumb {
    width: auto !important;
}

#product-carousel .owl-buttons {
    position: absolute;
    width: 100%;
    top: 33.33%;
    left: 0;
}

    #product-carousel .owl-buttons .owl-prev,
    #product-carousel .owl-buttons .owl-next {
        position: absolute;
        top: 50%;
        margin-top: -24px;
    }

    #product-carousel .owl-buttons a {
        display: block;
    }

    #product-carousel .owl-buttons .owl-prev {
        left: 12px;
    }

    #product-carousel .owl-buttons .owl-next {
        right: 12px;
    }

.li-info {
    padding-left: 20px;
    margin-top: 1rem !important;
    font-weight: bolder;
}

.inner-list {
    padding-left: 20px;
}

    .inner-list > li {
        list-style: unset;
    }

.td-info {
    width: 200px;
}

.dl-list {
    margin: unset;
}

    .dl-list > dt {
        font-weight: unset;
    }

    .dl-list > dd:before {
        content: "-";
        text-indent: -5px;
    }
